home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group97a.txt / 000036_icon-group-sender _Fri Feb 7 12:44:01 1997.msg < prev    next >
Internet Message Format  |  2000-09-20  |  1KB

  1. Received: by cheltenham.cs.arizona.edu; Fri, 7 Feb 1997 16:55:17 MST
  2. From: Samuel Chan <schan@cs.ucr.edu>
  3. Message-Id: <199702072044.MAA01313@ott.ucr.edu>
  4. Subject: linked list, structs
  5. To: icon-group@cs.arizona.edu
  6. Date: Fri, 7 Feb 1997 12:44:01 -0800 (PST)
  7. Content-Type: text
  8. Errors-To: icon-group-errors@cs.arizona.edu
  9. Status: RO
  10. Content-Length: 633
  11.  
  12.  
  13.  
  14. Hi,
  15.  
  16. Can someone help me with going about creating a linked list in
  17. Icon?  I want to make a list of records using either 'sets', lists',
  18. or some other structure type in Icon. Instances of my records are
  19. local and my list is global. Of course I will need to be able to
  20. access each record in the list from anywhere in the program. The
  21. list should also be dynamically changed during the program(i.e.
  22. records are added/deleted and the list shrinks/grows accordingly).
  23.  
  24. What would be the best way to go about doing this in Icon? Any
  25. help would be appreciated. Thanks!!
  26.  
  27.  
  28. --
  29. Samuel Chan
  30. schan@cs.ucr.edu
  31. http://www.cs.ucr.edu/~schan
  32.  
  33.  
  34.  
  35.